home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / mnicon.zip / MNICON.CSC < prev    next >
Text File  |  1993-02-21  |  538b  |  31 lines

  1. --- MNIcon class release 1.0 (02/21/93) by Makoto Nagata
  2.  
  3. include <wpdataf.sc>
  4.  
  5. class: MNIcon,
  6.     external stem = mnicon,
  7.     local,
  8.     external prefix = mnicon_,
  9.     classprefix = mniconM_,
  10.     major version = 1,
  11.     minor version = 1;
  12.  
  13. parent: WPDataFile;
  14.  
  15. methods:
  16.  
  17. override wpclsQueryTitle, class;
  18. override wpclsQueryInstanceFilter, class;
  19. override wpclsQueryInstanceType, class;
  20.  
  21. override wpDragOver;
  22. override wpDrop;
  23.  
  24. passthru: C.ih;
  25.  
  26. #define INCL_32
  27. #define INCL_WIN
  28. #include <os2.h>
  29.  
  30. endpassthru:
  31.